/**/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
}

video,
embed,
iframe {
  width: 100%;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

/*fullPage  左侧数字*/
.fp-watermark {
  display: none;
}

#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}

#slide_menu li {
  line-height: 35px;
  height: 35px;
  position: relative;
  list-style: none;

}

#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;

}


#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right: 42px;
  top: 8px;
  width: 100px;
  text-align: right;
  color: #FA4F09;
  transform: translateX(-50px);
}

#slide_menu .pgslide_num {
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #FA4F09;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


#slide_menu .active .pgslide_num {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#slide_menu li:hover .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}

.pgslide_yuan-0 {
  background: #fff !important;
}

.pgslide_yuan-1 {
  background: #FA4F09 !important;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 90px;


}

.header-transparent {

  min-height: 90px;
 
}

.header-transparent:hover {
background: rgba(0, 0, 0, 1);
}
.headerbg { background: rgba(0, 0, 0, 1);}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10%;
}

.pclogo {
  display: none !important;
}

.mlogo {
  display: none !important;
}

.wal {
  padding: 0 8%;
}
.top_fr { display: flex; align-items: center;}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  height: 90px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu ul li {
  text-align: center;

}

.nav-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #fff;
  padding: 0 25px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
  background: #FA4F09;

}
/* 
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down_spec ul {
  left: -40%;
  width: 180%;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #666;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #FA4F09;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
} */

.nav-menu .drop-down .nav_sub {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  background:#222;
  overflow: hidden;




}

.nav-menu .drop-down:hover .nav_sub {
  opacity: 1;
  top: 90px;
  visibility: visible;
  height: 300px;
  max-height: 300px;

}

.nav-menu .drop-down .nav_sub .wal {
  position: absolute;
  left: 0;
  right: 0;

  margin: auto;
  display: flex;
  align-items: stretch;

}

.nav_sub .nav_l {
  width: 40%;
  padding: 40px 40px 40px 0;

  height: 300px;
  padding-left: 8%;
}

.nav_sub .nav_l b {
  font-size: 30px;
  line-height: 48px;
  display: block;
  color: #333;
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.nav_sub .nav_l div {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}




.nav_sub .nav_l a:hover {
  color: #fff;
}


.nav_r {
  width: 100%;
  margin-right: 8%;
  margin-left: 8%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;


}

.nav_sub .nav_r .l {

  padding-top: 50px;
  width: 65%;


}
.nav_sub .nav_r .r img{ max-height: 220px; margin-top: 20px; border-radius: 15px; }

.nav_sub .nav_r .l ul { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.nav_sub .nav_r .l ul li { width: 33.33%;}
.nav_sub .nav_r .l a {
 
  display: block;
  font-size: 16px;
  color: #fff;
  transition-duration: .3s;
  padding:0 15px;
  height: 70px;
  line-height: 70px;
  margin: 10px 10px 0 0;
  border: 1px #dce4e8 solid;
  border-radius: 8px 0px 8px 0px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.nav_sub .nav_r .l a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: 8px;
  height: 8px;
  background: #FA4F09;
  position: relative;
  top: 33px;
  border-radius: 50%;}
.nav_sub .nav_r .l a:hover {
  color: #fff;
}
.nav_sub .nav_r .l a:hover::before {  background: #fff;}

.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.top_tel {
  color: #FA4F09;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  background: url(../images/dianhua.png) left no-repeat;
  font-weight: bold;
}

.top_tel span {
  padding-left: 38px;
  display: block;
}
.lang {
  color: #fff;

}
.lang a { color: #fff; padding: 0 20px;}
.lang a:hover { color: #FA4F09;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #222;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #FA4F09;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #FA4F09;

  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*首页banner图*/

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}



#banner .swiper-slide .pcimg {
  display: block !important;
}

/* #banner .swiper-slide .mobimg {
  display: none !important;
} */

#banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;

}

#banner .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  background: #fff;
  opacity: .5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

#banner .swiper-pagination-bullet-active {
  opacity: 0.9;
  background: #FA4F09;
  width: 50px;
  transition-delay: 0s;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
  left: 0px;
  width: 100%;
}

.banner_txt {
  position: absolute;
  width: 100%;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);

}

.banner_txt p {
  font-size: 30px;
  color: #fff;
  text-align: left;

}

.banner_txt b {
  display: block;
  font-size:42px;
  color: #fff;
  margin: 20px 0;
  text-align: left;
}

.banner_txt span {
  color: #fff;
  font-size: 24px;
  display: block;
  text-shadow: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*page2 简介*/
.homePg2 {
  background: url(../images/abbg.jpg) no-repeat bottom;
  background-size: cover;
  overflow: hidden;
}

.main_title {
  font-size: 42px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.main_title p {
  text-align: center;
  font-size: 18px;
  color: #ffff;
  font-weight: normal;
  margin-top: 10px;
}


.about_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  color: #fff;
}

.about_con .le {
  width: 48%;
}



.about_con .le .imgBox {
  overflow: hidden;
  border-radius: 30px;
}

.about_con .ri {
  width: 48%;
}
.about_con .ri em {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  display: block;
}
.about_con .ri p { margin-top: 30px; line-height: 28px;}
.ab_item {
  display: flex;
  margin-top: 40px;
  color: #fff;
  justify-content: space-between;
}

.ab_item li {
  /* width: 25%; */
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}



.ab_item li:nth-child(4)::after {
  display: none;
}

.ab_item li::after {
  content: " ";
  height: 100%;
  width: 0px;
  background: rgba(255, 255, 255, .4);
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ab_item .num {
  display: flex;
  align-items: center;
  color: #fff;
}

.ab_item .num b { font-size: 60px; color: #fff;}
.ab_item .num em { font-size: 30px; font-style: normal;}
.ab_item .num .text { font-size: 26px; margin-left: 10px;}
.ab_item  span { font-size: 18px;}
.more{
  line-height: 48px;
    text-align: center;
    height: 48px;
    width: 180px;
    font-size: 16px;
    margin-top: 40px;

    color: #FFF;
    background: #FA4F09;
    display: inline-block;
    
}
.more a { color: #fff; display: block;}
.more:hover {  background: #222;}
/*产品*/
.homePg3 {
  background: url(../images/aboutbg.jpg) no-repeat; position: relative;
  background-size: cover;
  overflow: hidden;
}
.yw {

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background:url(../images/prbg.jpg) no-repeat;
  background-size: cover;
  overflow:hidden;
}

.yw ul{
  width:100%;
  height: 100%;
  padding:0;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.yw li{position:relative;overflow:hidden;  border-right: 1px solid rgba(0, 0, 0, .1);  height: 100%; }

.yw li a{display:block;  }
.yw li a .img_ar { opacity: 0; }
.yw li a:hover .img_ar { opacity: 1;}
.yw .dec_ar em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.yw .dec_ar p{ margin-top:15px;   }

.yw li .cont_ar{ color:#fff;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  width: 100%;

  transition:all 0.5s; -webkit-transition:all 0.5s;
}

.yw li .ar_title{
  width:80%;

  text-align:center;
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
}

.yw li .ar_title i{width:50px;height:45px;margin: 0 auto;}

.yw li .ar_title p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  height: 54px;
  display: block;
}

.yw li .ar_title b {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  display: block;
margin-top: 50px;
}
.yw li .ar_title i{ background: #FA4F09; color: #fff; display: block; width: 40px; height: 40px; margin-top: 40px; font-size: 28px; line-height: 40px; text-align: center;}
.yw li .more{ text-align: center; color: #fff; margin-top: 15px; }
.yw li.cur .cont_ar{  background: rgba(0, 0, 0, .2);cursor: pointer; }
.yw li .cont_ar .main_title strong { color: #fff;}
.yw li.cur .cont_ar .main_title em,.yw li.cur .cont_ar .main_title strong{  color: #fff; }
.yw li.cur .ar_title b,.yw li.cur .ar_title p{ color: #fff;}
.yw li.cur  a .img_ar { opacity: 1;}

/* 技术装备*/
.homePg4 {
  background: url(../images/sbbg.jpg) center no-repeat;
  background-size: cover;
}
/*  */

.sl {

  position: relative;
  margin-top: 50px;
}

.sl .gallery-top {
  height: auto;
  margin-top: 40px;
}

.sl .gallery-top .swiper-slide .swiper-container {
  position: relative;

}

.sl .gallery-thumbs {
  height: 60px;

  box-sizing: border-box;

  margin: 20px auto;

}

.sl .gallery-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.sl .gallery-thumbs .swiper-slide {

  height: 60px;
  line-height: 60px;
  width: 160px !important;
  cursor: pointer;
  text-align: center;
  background: #666;

}

.sl .gallery-thumbs .swiper-slide a {
  display: block;
  color: #fff;
  font-size: 24px;

}

.sl .gallery-thumbs .swiper-slide a:hover {
  color: #fff;
  background:#FA4F09;
}

.sl .gallery-thumbs .swiper-slide-thumb-active a {
  color: #fff;
  background:#FA4F09;
}


.sl .gallery-top> {

  height: auto;
  margin: auto;
}


/*  */

.apple-retail .swiper-slide {
  text-align: center;
  position: relative;
  margin-bottom: 20px;


}
.apple-retail .swiper-slide img { max-height: 350px;}
.inner figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.inner figure .mark {
  padding: 0;
  background: rgba(0,0,0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 100%;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}

.inner figure img {
  width: 100%;

}

.apple-retail .gallery-item-desc {


  background:#fff;
   background-size: cover;

  padding: 20px 0;

  transition-duration: 1.2s;
}

.apple-retail .gallery-item-desc .more_case {
  margin-left: 15px;
  background: #FA4F09;
  height: 75px;
  width: 75px;
  color: #fff;
  font-size: 50px;
  line-height: 75px;
  text-align: center;
}

.apple-retail .init .gallery-item-desc {
  opacity: 1;
}

.apple-retail .gallery-item-desc b {

  font-weight: 500;
  letter-spacing: .009em;
  color: #333;
  display: block;
  font-size: 20px;
  text-align: center;
}

.apple-retail .gallery-item-desc p {

  color: #999;
  margin-top: 5px;
  line-height: 28px;
  font-size: 16px;
}

.apple-retail .swiper-slide-active .gallery-item-desc {

  transform: translateX(0);
}

.apple-retail .swiper-slide-active .mark {
  height: 0;
}

.apple-retail .swiper-slide-active .swiper-slide {
  box-shadow: 0 0 20px #dedede;
}

.apple-retail .swiper-slide a:hover .gallery-item-desc .more_case {
  background: #FA4F09;
}

.apple-retail .swiper-button-next,
.apple-retail .swiper-button-prev {
  top: 45%;
  background: none;
  transition: all .5s;
  outline: none;
  padding: 10px;

  background-size: auto;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 96px;
}
.apple-retail .swiper-button-next span { font-size: 30px;
  text-align: center;
  line-height: 55px;
  width: 55px;
  height: 55px;
background: #FA4F09;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -22px;
    right: -22px;
  z-index: 1;
  transition: 0.5s; }
.apple-retail .swiper-button-prev span { font-size: 30px;
    text-align: center;
    line-height: 55px;
    width: 55px;
    height: 55px;
  background: #FA4F09;
    border-radius: 50%;
    display: inline-block;
    top: -22px;
    left: 0px;
    position: absolute;
    z-index: 1;
    transition: 0.5s; }
.apple-retail .mouse-hover .swiper-button-next,
.apple-retail .mouse-hover .swiper-button-prev {
  opacity: 1;
}
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(4); opacity: 0.5;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(8);opacity:0.5;}}
.apple-retail .swiper-button-prev .huan{position: relative; width: 100px;   }
.apple-retail .swiper-button-next .huan{position: relative; }
.apple-retail .swiper-button-prev .huan::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	left: 20%;
	background-color: rgba(250,79,9, .9);
	animation: scale 5s infinite;
}
.apple-retail .swiper-button-prev .huan::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	left: 20%;
	background-color: rgba(250,79,9, .5);
	animation: scale2 1.5s infinite;
}
.apple-retail .swiper-button-next .huan::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	right: 0%;
	background-color: rgba(250,79,9, .9);
	animation: scale 5s infinite;
}
.apple-retail .swiper-button-next .huan::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;display: block;    box-sizing: unset;
	border-radius: 50%;
	top: 40%;
	right:0%;
	background-color: rgba(250,79,9, .5);
	animation: scale2 1.5s infinite;
}
.apple-retail .swiper-button-next {

  right: 30px;
}

.apple-retail .swiper-button-prev {

  left:15px;
}

.apple-retail .swiper-container .swiper-button-next.swiper-button-disabled,
.apple-retail .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
/* 优势 */
.homePg5 {
  background:  url(../images/block04.jpg) center no-repeat;
  background-size: cover;
}
.pinpai a{ display: block; text-decoration: none; color: #333; position: relative;}
.pinpai .pinpai-item{ position:relative; display: flex; justify-content: space-between; }
.pinpai .pinpai-imgbox{ width:40%; }
.pinpai .pinpai-text{  width:50%; overflow:hidden;  }
.pinpai-gs{ padding: 20px 0; font-size:50px; font-weight: bold;color: rgba(255, 255, 255,1);  list-style: 52px;}
.pinpai .pinpai-text p { color: rgba(255, 255, 255, .8); font-size: 52px;  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;margin-top: 10px;}
.pinpai .pinpai-h{ padding:50px 0; font-size:18px; line-height: 36px;  overflow: hidden;   margin: 20px 0;color: #fff; }

.pinpai .pinpai-sum{  color:#FA4F09; padding: 0 50px; font-weight: bold; margin-top: 30px; font-size: 24px;}

.pinpai .swiper-button-next {
    position: absolute;
    bottom: 0;
    left: 60px;
    top:auto;

    text-align: center;
    color: #fff;
    background: #FA4F09;
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.pinpai .swiper-button-prev {
    position: absolute;
    bottom: 0;
    left:0px;
    top:auto;

    text-align: center;
    color: #fff;
    background: #333;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 60px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.pinpai .swiper-button-prev:hover, .pinpai .swiper-button-next:hover {
    background: #333;
}
.pinpai .swiper-num{ position: absolute; font-size: 36px; z-index: 9; right: 0; top:30px; color:#666; padding: 10px 20px;}
.pinpai .swiper-num .active{ font-size:46px; font-weight: bold; color: #FA4F09;} 
.pinpai .swiper-pagination-bullet {
    width: 10px;
    height: 10px;

}
/* 新闻*/
.homePg6 {
  background: #F6F6F6 url(../images/ftbg.jpg) center no-repeat;
  background-size: cover;
}

.news {
  position: relative;
  padding-bottom: 110px;
  margin-top:50px;
}


.news-list .swiper-slide {

  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
}
.news-list .swiper-slide span { color: #999;}
.news-list .swiper-slide a {padding:60px 30px; position: relative;

  display: block;
  z-index: 1;  color: rgba(255, 255, 255, .8);}
  .news-list .swiper-slide a::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    filter: drop-shadow(0px 10px 20px rgba(35, 50, 83, 0.07));
    background:#FA4F09;
    content: "";
    transition: .5s;
    width: 0%;
    border-radius: 5px;
    z-index: -1;
}
.news-list .swiper-slide a:hover:before {
  width: 100%;
  left: 0;
}
.news-list .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}
.news-list .swiper-slide i{ color: rgba(0, 0, 0, .3);}
.news-list .swiper-slide p {

  color: rgba(0, 0, 0, .8);
  text-align: center;
  line-height: 32px;
  font-size: 16px;

  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.news-list .swiper-slide a:hover p,  .news-list .swiper-slide a:hover span,  .news-list .swiper-slide a:hover b,.news-list .swiper-slide a:hover i{color: #fff;}
.news .swiper-button-next {
  position: absolute;
  top: 100%;
  right: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev {
  position: absolute;
  top: 100%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}

.news .swiper-button-prev:hover,
.news .swiper-button-next:hover {
  background: #FA4F09;
}

.news .swiper-button-next i {
  padding-left: 10px;
}

.news .swiper-button-prev i {
  padding-right: 10px;
}

.news b {
  font-size: 18px;
  display: block;
  margin: 10px 0;
  height: 52px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical ;
  -webkit-line-clamp: 2;
}



.news-list a i {
  display: block;
  margin-top: 20px;
  color: #666;
}




/* 底部*/
.homePg7 {
  background: #F6F6F6 url(../images/ft.jpg) center no-repeat; 
  background-size: cover;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  flex-direction: column;
  padding: 80px 0;
}

.foot-nav { margin: 30px 0; display: flex; flex-wrap: wrap;}
.foot-nav a { margin: 10px 0; color: #fff; font-size: 15px; border-right: 1px solid rgba(255, 255, 255, .4); padding:0 20px;}
.foot-nav a:hover { color: #FA4F09;}
.ft-contact {
  padding-bottom: 10px;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
 .ft-contact p {

  color: #fff;
  padding: 0 20px;
  width: 33.33%;
  font-size: 16px;

}
.ft-contact span { padding-right: 6px; color: #FA4F09;}
.ft-contact i {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #fff;
  display: block;
  width: 100%;
}
.ewm { display: flex; text-align: center; color: #fff; margin-bottom: 30px;}
.ewm img { width: 100px; margin: 10px;}
.foot-ewm {
  text-align: center;
}

.foot-ewm p {
  margin: 10px 0;
}

.copyright {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright a {
  color: #fff;
}